build method

  1. @override
_$GroupState build()
override

Builds.

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

Implementation

@override
_$GroupState build() {
  final _$result = _$v ?? new _$GroupState._(anyOn: anyOn, allOn: allOn);
  replace(_$result);
  return _$result;
}