OAuthCredentials constructor Null safety
Implementation
OAuthCredentials(
{required this.url,
required this.clientId,
required this.clientSecret,
required this.code});
OAuthCredentials(
{required this.url,
required this.clientId,
required this.clientSecret,
required this.code});