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