Locale class

Information about linguistic, cultural, and technological conventions for use in formatting data for presentation.

See https://developer.apple.com/documentation/Foundation/Locale

Constructors

Locale({BinaryMessenger? pigeon_binaryMessenger, PigeonInstanceManager? pigeon_instanceManager, required String identifier})
Creates a Locale matching the given identifier.
factory
Locale.pigeon_detached({BinaryMessenger? pigeon_binaryMessenger, PigeonInstanceManager? pigeon_instanceManager})
Constructs Locale without creating the associated native object.
Locale.pigeon_new({BinaryMessenger? pigeon_binaryMessenger, PigeonInstanceManager? pigeon_instanceManager, required String identifier})
Creates a Locale matching the given identifier.

Properties

hashCode int
The hash code for this object.
no setterinherited
pigeon_binaryMessenger BinaryMessenger?
Sends and receives binary data across the Flutter platform barrier.
finalinherited
pigeon_instanceManager → PigeonInstanceManager
Maintains instances stored to communicate with native language objects.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIdentifier() Future<String>
The identifier of the locale.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pigeon_copy() Locale
Instantiates and returns a functionally identical object to oneself.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

pigeon_setUpMessageHandlers({bool pigeon_clearHandlers = false, BinaryMessenger? pigeon_binaryMessenger, PigeonInstanceManager? pigeon_instanceManager, Locale pigeon_newInstance()?}) → void