build method

  1. @override
_$MalUrl build()
override

Builds.

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

Implementation

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