MapConfig<O extends Object> class

A configuration that that has data as a Map.

Inheritance

Constructors

MapConfig.new(O id, Map<String, dynamic> data)
const

Properties

data Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
id → O
The unique identifier of this Config.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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