menu
clerk_backend_api package
documentation
api.dart
RoleSets
RoleSets.new constructor
RoleSets.new constructor
dark_mode
light_mode
RoleSets
constructor
RoleSets
(
{
List
<
RoleSet
>
data
=
const []
,
required
int
totalCount
,
})
Returns a new
RoleSets
instance.
Implementation
RoleSets({ this.data = const [], required this.totalCount, });
clerk_backend_api package
documentation
api
RoleSets
RoleSets.new constructor
RoleSets class