data property
T?
data
final
The data associated with the account, either as encoded binary data (string, encoding) or JSON format ({
Implementation
// ignore: unintended_html_in_doc_comment
/// JSON format ({<program>: <state>}).
final T? data;