Grant constructor

Grant({
  1. List<String>? appLevelPermissions,
  2. String? name,
  3. String? packageName,
})

Implementation

Grant({
  this.appLevelPermissions,
  this.name,
  this.packageName,
});