accountId property Null safety
override
Returns ID associated with this Account.
Implementation
@override
String get accountId =>
_id != null ? _id! : throw Exception("response has no account id");
Returns ID associated with this Account.
@override
String get accountId =>
_id != null ? _id! : throw Exception("response has no account id");