ServiceAccount constructor

ServiceAccount({
  1. String? emailAddress,
  2. String? kind,
})

Implementation

ServiceAccount({this.emailAddress, this.kind});