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