ServiceAccount constructor

ServiceAccount({
  1. String? email,
  2. List<String>? scopes,
})

Implementation

ServiceAccount({
  this.email,
  this.scopes,
});