accountId property Null safety

String accountId
override

Returns ID associated with this Account.

Implementation

@override
String get accountId =>
    _id != null ? _id! : throw Exception("response has no account id");