AccountInfo.fromJson constructor

AccountInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AccountInfo.fromJson(Map<String, dynamic> json) =>
    _$AccountInfoFromJson(json);