RegionSettingsPlatform class abstract

Implementation of RegionSettingsPlatform.

Inheritance
  • Object
  • PlatformInterface
  • RegionSettingsPlatform
Implementers

Constructors

RegionSettingsPlatform.new()
Constructs a RegionSettingsPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDateFormatsList() Future<List<String>?>
Returns a list of date format patterns as strings.
getFirstDayOfWeek() Future<String?>
Returns an integer denoting the first day of the week.
getNumberFormatsList() Future<List<String>?>
Returns a list of number format patterns as strings.
getTemperatureUnits() Future<String?>
Returns a string indicating temperature unit (C or F).
getUsesMetricSystem() Future<bool?>
Returns a boolean indicating if the device is set to use Metric.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance RegionSettingsPlatform
The default instance of RegionSettingsPlatform to use.
getter/setter pair