build method

  1. @override
_$Favorite build()
override

Builds.

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

Implementation

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