build method

  1. @override
_$InlineResponse2007 build()
override

Builds.

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

Implementation

@override
_$InlineResponse2007 build() {
  _$InlineResponse2007 _$result;
  try {
    _$result = _$v ??
        new _$InlineResponse2007._(
            channels: _channels?.build(), totalCount: totalCount);
  } catch (_) {
    late String _$failedField;
    try {
      _$failedField = 'channels';
      _channels?.build();
    } catch (e) {
      throw new BuiltValueNestedFieldError(
          'InlineResponse2007', _$failedField, e.toString());
    }
    rethrow;
  }
  replace(_$result);
  return _$result;
}