Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.19 KB

User.md

File metadata and controls

21 lines (16 loc) · 1.19 KB

mosquito_alert.model.User

Load the model package

import 'package:mosquito_alert/api.dart';

Properties

Name Type Description Notes
uuid String
username String
registrationTime DateTime The date and time when user registered and consented to sharing data. Automatically set by server when user uploads registration.
locale String The locale code representing the language preference selected by the user for displaying the interface text. Enter the locale following the BCP 47 standard in 'language' or 'language-region' format (e.g., 'en' for English, 'en-US' for English (United States), 'fr' for French). The language is a two-letter ISO 639-1 code, and the region is an optional two-letter ISO 3166-1 alpha-2 code. [optional] [default to 'en']
languageIso String ISO 639-1 code [default to 'en']
isGuest bool
score UserScore

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