RoleSets constructor

RoleSets({
  1. List<RoleSet> data = const [],
  2. required int totalCount,
})

Returns a new RoleSets instance.

Implementation

RoleSets({
  this.data = const [],
  required this.totalCount,
});