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