AccessModel constructor

AccessModel({
  1. String resource = '',
  2. String resourceType = '',
  3. String permission = '',
})

Implementation

AccessModel({
  this.resource = '',
  this.resourceType = '',
  this.permission = '',
});