TGetTvcAppInput.fromJson constructor

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

Implementation

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