GetWalletsResponse.fromJson constructor

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

Implementation

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