DiscoveredServiceAccount constructor

const DiscoveredServiceAccount({
  1. required String path,
  2. String? projectId,
  3. String? clientEmail,
})

Implementation

const DiscoveredServiceAccount({
  required this.path,
  this.projectId,
  this.clientEmail,
});