ServiceAccount constructor

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

Implementation

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