TGAccessMatrixVO constructor

TGAccessMatrixVO({
  1. String? key,
  2. int? roleId,
  3. String? module,
  4. String? access,
  5. bool? create,
  6. bool? delete,
  7. bool? update,
  8. bool? read,
})

Implementation

TGAccessMatrixVO(
    {this.key,
    this.roleId,
    this.module,
    this.access,
    this.create,
    this.delete,
    this.update,
    this.read});