Attributes class

Constructors

Attributes.new()

Properties

attributeMap Map<String, Map<String, dynamic>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mergeRule MergeRules
getter/setter pair
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
setBoolean(String key, bool value) → void
setDate(String key, DateTime value) → void
setDateArray(String key, List<DateTime> value) → void
setFloat(String key, double value) → void
setFloatArray(String key, List<double> value) → void
setInteger(String key, int value) → void
setIntegerArray(String key, List<int> value) → void
setString(String key, String value) → void
setStringArray(String key, List<String> value) → void
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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