AccountId.fromJson constructor

AccountId.fromJson(
  1. Object? json
)

Implementation

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