$Shared03 constructor

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

Implementation

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