TDeleteWalletsInput.fromJson constructor

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

Implementation

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