OAuth2Apple constructor
OAuth2Apple({})
Implementation
OAuth2Apple({
required this.$id,
required this.enabled,
required this.serviceId,
required this.keyId,
required this.teamId,
required this.p8File,
});