DynamicPermissionData constructor

DynamicPermissionData({
  1. int? idModule,
  2. String? module,
  3. int? parentId,
  4. String? idPermission,
})

Implementation

DynamicPermissionData(
    {this.idModule,
    this.module,
    this.parentId,
    this.idPermission,
    /*this.createdBy,
    this.createdOn,
    this.updatedBy,
    this.updatedOn,
    this.isActive*/});