accountCreated property
String?
get
accountCreated
Implementation
String? get accountCreated => _model.request.data.hasCreateLedgerAccount()
? hex.encode(_model.response.accountCreated)
: null;