GoogleServiceAccount constructor

GoogleServiceAccount({
  1. String? accountEmail,
  2. String? subjectId,
})

Implementation

GoogleServiceAccount({
  this.accountEmail,
  this.subjectId,
});