TGetWalletInput.fromJson constructor

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

Implementation

factory TGetWalletInput.fromJson(Map<String, dynamic> json) =>
    TGetWalletInput(
        body: TGetWalletBody.fromJson(json['body'] as Map<String, dynamic>));