FirePort<T> class abstract

Implementers

Constructors

FirePort.new({ToFire<T>? toFire, FromFire<T>? fromFire})
const

Properties

fromFire FromFire<T>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toFire ToFire<T>
no setter

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