ExtraPropertiesManager class

Constructors

ExtraPropertiesManager(HashMap<String, dynamic> extraProperties)

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

getExtraProperties() HashMap<String, dynamic>
isValidExtraPropertiesMap(HashMap<String, dynamic> extraProperties) bool
This check is important as the 'dynamic' keywords allows external users to literally change our internal object types. A <String, String> map will pass compilation but limit our ExtraProperties map to String values only.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String key, dynamic value) → dynamic
putIfAbsent(String key, dynamic value) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Constants

USER_OPT_OUT_KEY → const String