NUIMTLanguage class

Data class to hold the required information for each of the language supported

Constructors

NUIMTLanguage({required String code, String? assetFilename, Map<String, String>? dictionary, List<String>? externalAssetFilenames})

Properties

assetFilename String?
getter/setter pair
code String
getter/setter pair
dictionary Map<String, String>?
getter/setter pair
externalAssetFilenames List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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