MapConfig<O extends Object> class
A configuration that that has data as a Map.
Constructors
-
MapConfig.new(O id, Map<
String, dynamic> data) -
const
Properties
Methods
-
dispose(
) → void -
inherited
-
get<
T> (String key, [ReturnDefaultValueCallback< T> ? defaultValue]) → T? -
Returns the value of the given
key
in the data map.override -
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