TGetWalletsInput.fromJson constructor

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

Implementation

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