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

knowgo.model.User

Load the model package

import 'package:knowgo/api.dart';

Properties

Name Type Description Notes
personID int [default to null]
fullName String [optional] [default to null]
emailAddress String [default to null]
password String [default to null]
preferredName String [optional] [default to null]
gender String [optional] [default to null]
dateOfBirth DateTime [optional] [default to null]
phoneNumber String [optional] [default to null]

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