data property
T?
data
final
The data associated with the account, either as encoded binary data (string, encoding) or JSON format ({
Implementation
final T? data;
The data associated with the account, either as encoded binary data (string, encoding) or JSON format ({
final T? data;