GetExchangesParams.fromJson constructor

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

Implementation

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