Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 553 Bytes

GuestRegistration.md

File metadata and controls

15 lines (10 loc) · 553 Bytes

mosquito_alert.model.GuestRegistration

Load the model package

import 'package:mosquito_alert/api.dart';

Properties

Name Type Description Notes
username String UUID randomly generated on phone to identify each unique user. Must be exactly 36 characters (32 hex digits plus 4 hyphens).

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