ListFireAdapter<T> class
- Inheritance
-
- Object
- BaseFireAdapter<
List< T?> ?> - FireAdapter<
List< T?> > - ListFireAdapter
Constructors
- ListFireAdapter.new(FireAdapterMap adapters)
-
const
Properties
- adapters → FireAdapterMap
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
itemAdapter
→ FireAdapter<
T> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fromFire(
dynamic value) → Future< List< T?> ?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFire(
List< T?> ? value) → Future -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited