AccountInfo.fromJson constructor
AccountInfo.fromJson(
- String source
Implementation
factory AccountInfo.fromJson(String source) => AccountInfo.fromMap(json.decode(source));
factory AccountInfo.fromJson(String source) => AccountInfo.fromMap(json.decode(source));