Entry class

Constructors

Entry(String lang, {required bool isRequired})

Properties

hashCode int
The hash code for this object.
no setterinherited
isRequired bool
final
lang String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<ItemType, String>
final

Methods

clear() → void
isAllRequiredValuesSet() bool
map(String f(ItemType type, String id, String value)) Iterable<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(String id, String? value) bool

Operators

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

Static Methods

getId(ItemType type, String lang) String