WalletGetResponse.fromJson constructor

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

Implementation

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