AccountId.fromJson constructor
AccountId.fromJson(
- Object? json
Implementation
factory AccountId.fromJson(Object? json) => AccountId(id: (json as String));
factory AccountId.fromJson(Object? json) => AccountId(id: (json as String));