BackendArgument<T> class

Wrapper for data, which will send to Backend, when Frontend will initialize that

Annotations
  • @immutable

Constructors

BackendArgument({required In toFrontendIn, required In toDataBusIn, T? data})
Constructor
const

Properties

data → T?
This is a some data, which you can pass into the Backend, when create it from the UI thread
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toDataBusIn → In
In, which will consume messages from Backend to the DataBus
final
toFrontendIn → In
In, which will consume messages from Backend to corresponding Frontend
final

Methods

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