ServiceAccount constructor

ServiceAccount({
  1. ServiceAccountKey? key,
  2. String? name,
})

Implementation

ServiceAccount({this.key, this.name});