menu
ibl_mobile_core_frontend package
documentation
api/lib/api.dart
Role
Role.new constructor
Role.new constructor
dark_mode
light_mode
Role
constructor
Role
(
{
required
int
id
,
String
?
name
,
})
Returns a new
Role
instance.
Implementation
Role({ required this.id, this.name, });
ibl_mobile_core_frontend package
documentation
api/lib/api
Role
Role.new constructor
Role class