data property

Map<String, dynamic>? data
final

Optional arbitrary data to attach to the connection.

This can be used to store custom metadata, validation state, or any other application-specific information about the connection.

Implementation

final Map<String, dynamic>? data;