OAuth2Apple constructor

OAuth2Apple({
  1. required String $id,
  2. required bool enabled,
  3. required String serviceId,
  4. required String keyId,
  5. required String teamId,
  6. required String p8File,
})

Implementation

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