data property

T? data
final

This is a some data, which you can pass into the Backend, when create it from the UI thread

For passing many arguments from the UI thread you can use the Packet

Implementation

final T? data;