TValidateSessionInput.fromJson constructor
Implementation
factory TValidateSessionInput.fromJson(Map<String, dynamic> json) =>
TValidateSessionInput(
body: TValidateSessionBody.fromJson(
json['body'] as Map<String, dynamic>));