FireAdapterMap class

Implementers

Constructors

FireAdapterMap.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
registered bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains<T>() bool
Returns true if an adapter for type T has been registered.
listOf<T>() FireAdapter<List<T?>>
Retrieves the adapter for type T. Throws if not registered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of<T>() FireAdapter<T>
Retrieves the adapter for type T. Throws if not registered.
register<T>(FireAdapter<T> adapter, {bool override = false}) → void
Registers an adapter for type T if not already registered.
registerAdapters() → void
registerAll() → void
registerListAdaptersWith(FireAdapterMap adapters) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FireAdapterMap
getter/setter pair