RoleModel constructor
RoleModel({})
Implementation
RoleModel({
this.id,
required this.title,
this.description,
this.isDefault = false,
this.admin = false,
this.created,
this.modified,
});
RoleModel({
this.id,
required this.title,
this.description,
this.isDefault = false,
this.admin = false,
this.created,
this.modified,
});