MmLDAPGroupsPaged constructor
MmLDAPGroupsPaged({
- num? count,
- List<
MmLDAPGroup> groups = const [],
Returns a new MmLDAPGroupsPaged instance.
Implementation
MmLDAPGroupsPaged({
this.count,
this.groups = const [],
});