Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 927 Bytes

DeviceOs.md

File metadata and controls

17 lines (12 loc) · 927 Bytes

mosquito_alert.model.DeviceOs

Load the model package

import 'package:mosquito_alert/api.dart';

Properties

Name Type Description Notes
nameValue String Operating system of device from which this report was submitted.
version String Operating system version of device from which this report was submitted.
locale String The locale configured in the device 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]

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