build method

  1. @override
_$LDAPGroup build()
override

Builds.

The implementation of this method will be generated for you by the built_value generator.

Implementation

@override
_$LDAPGroup build() {
  final _$result = _$v ??
      new _$LDAPGroup._(
          hasSyncables: hasSyncables,
          mattermostGroupId: mattermostGroupId,
          primaryKey: primaryKey,
          name: name);
  replace(_$result);
  return _$result;
}