TListOauth2CredentialsInput.fromJson constructor

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

Implementation

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