Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 842 Bytes

User.md

File metadata and controls

22 lines (17 loc) · 842 Bytes

openapi.model.User

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
uid String Possibly received from our auth frontend. [default to null]
age int [default to null]
role String [optional] [default to null]
gender String [default to null]
schemaVersion int [default to null]
diagnoses List<UserDiagnoses> [optional] [default to []]
height num [default to null]
skinColor String [default to null]

[Back to Model list] [Back to API list] [Back to README]