TGetOauth2CredentialInput.fromJson constructor

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

Implementation

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