build method

  1. @override
_$Search build()
override

Builds.

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

Implementation

@override
_$Search build() {
  final _$result = _$v ??
      new _$Search._(
          malId:
              BuiltValueNullFieldError.checkNotNull(malId, 'Search', 'malId'),
          url: BuiltValueNullFieldError.checkNotNull(url, 'Search', 'url'),
          imageUrl: BuiltValueNullFieldError.checkNotNull(
              imageUrl, 'Search', 'imageUrl'),
          title: title,
          synopsis: synopsis,
          type: type,
          episodes: episodes,
          chapters: chapters,
          volumes: volumes,
          startDate: startDate,
          endDate: endDate,
          members: members,
          score: score,
          rated: rated,
          name: name,
          airing: airing,
          publishing: publishing);
  replace(_$result);
  return _$result;
}