DepositSwitchGetResponse.fromJson constructor

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

Implementation

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