FirePort<T> class
abstract
- Implementers
Constructors
-
FirePort.new({ToFire<
T> ? toFire, FromFire<T> ? fromFire}) -
const
Properties
Methods
-
allowsRead(
) → Future< bool> -
fromEntry(
dynamic rawValue, FireAdapter< T> adapter) → Future<T?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onInput(
T? value) → Future< void> -
portToEntry(
String name, FireAdapter< T> adapter) → Future<MapEntryToFire?> -
receiveToFire(
) → Future< T?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited