MmLDAPGroup constructor

MmLDAPGroup({
  1. bool? hasSyncables,
  2. String? mattermostGroupId,
  3. String? primaryKey,
  4. String? name,
})

Returns a new MmLDAPGroup instance.

Implementation

MmLDAPGroup({
  this.hasSyncables,
  this.mattermostGroupId,
  this.primaryKey,
  this.name,
});