JsonSettings constructor
JsonSettings(- {required String type,
- required String projectId,
- required String projectKeyId,
- required String privateKey,
- required String clientEmail,
- required String clientId,
- required String authUri,
- required String tokenUri,
- required String authProviderX509CertUrl,
- required String clientX509CertUrl}
)
Implementation
JsonSettings(
{required this.type,
required this.projectId,
required this.projectKeyId,
required this.privateKey,
required this.clientEmail,
required this.clientId,
required this.authUri,
required this.tokenUri,
required this.authProviderX509CertUrl,
required this.clientX509CertUrl});