JsonIntlData class

Constructors

JsonIntlData([bool _debug = false])

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<Symbol>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(Map<String, dynamic> map) → void
appendBuiltin(Map<Symbol, JsonIntlValue> map) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
translate(Symbol key) String
translateWithMap(Symbol key, {Map<String, dynamic>? map, Map<String, MustacheFilter>? filters, num? count, JsonIntlGender? gender, int precision = 0, String? locale, bool? strict}) String

Operators

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