UserRoleList constructor

UserRoleList({
  1. int? idUserRole,
  2. int? userId,
  3. int? roleId,
  4. int? isActive,
  5. int? createdBy,
  6. String? createdOn,
  7. String? roleDesc,
  8. int? enableAreaAlloc,
  9. int? roleTypeId,
})

Implementation

UserRoleList(
    {this.idUserRole,
    this.userId,
    this.roleId,
    this.isActive,
    this.createdBy,
    this.createdOn,
    this.roleDesc,
    this.enableAreaAlloc,
    this.roleTypeId});