data property
Data associated with the account, either as encoded binary data or JSON format {program: state}, depending on encoding parameter
Implementation
String get owner;/// Data associated with the account, either as encoded binary
/// data or JSON format {program: state}, depending on
/// encoding parameter
AccountData? get data;