menu
codeofland package
documentation
model/role/role_level_security.dart
RoleLevelSecurityModel
RoleLevelSecurityModel const constructor
RoleLevelSecurityModel const constructor
dark_mode
light_mode
RoleLevelSecurityModel
constructor
const
RoleLevelSecurityModel
(
{
bool
?
read
,
bool
?
write
,
bool
?
update
,
bool
?
delete
,
String
?
uid
,
})
Implementation
const RoleLevelSecurityModel({ this.read, this.write, this.update, this.delete, this.uid, });
codeofland package
documentation
model/role/role_level_security
RoleLevelSecurityModel
RoleLevelSecurityModel const constructor
RoleLevelSecurityModel class