MmLDAPGroupsPaged constructor

MmLDAPGroupsPaged({
  1. num? count,
  2. List<MmLDAPGroup> groups = const [],
})

Returns a new MmLDAPGroupsPaged instance.

Implementation

MmLDAPGroupsPaged({
  this.count,
  this.groups = const [],
});