$Shared09 constructor

$Shared09({
  1. String? email,
  2. List<String>? scopes,
})

Implementation

$Shared09({
  this.email,
  this.scopes,
});