build method

  1. @override
_$Stats build()
override

Builds.

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

Implementation

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