ServiceAccount constructor
ServiceAccount({
- ServiceAccountKey? key,
- String? name,
Implementation
ServiceAccount({this.key, this.name});
ServiceAccount({this.key, this.name});