build method

  1. @override
_$InlineObject7 build()
override

Builds.

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

Implementation

@override
_$InlineObject7 build() {
  final _$result = _$v ??
      new _$InlineObject7._(
          active: BuiltValueNullFieldError.checkNotNull(
              active, 'InlineObject7', 'active'));
  replace(_$result);
  return _$result;
}