Strings class abstract

Static class to access Model's String Resources.

Constructors

Strings()

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

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 Methods

get(String key, {String? fallbackValue, Map<String, dynamic>? attributes, Transform transform = Transform.none}) String
return a string resource.
getCapitalized(String key, {String? fallbackValue, Map<String, dynamic>? attributes}) String
return a string resource capitalized.
getLower(String key, {String? fallbackValue, Map<String, dynamic>? attributes}) String
return a string resource in lower case.
getTitle(String key, {String? fallbackValue, Map<String, dynamic>? attributes}) String
return a string resource in title case.
getUpper(String key, {String? fallbackValue, Map<String, dynamic>? attributes}) String
return a string resource in upper case.
load(Map<String, String> strings, {bool clear = false}) → void
method used to load string resources into memory.