build method

  1. @override
_$Friend build()
override

Builds.

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

Implementation

@override
_$Friend build() {
  final _$result = _$v ??
      new _$Friend._(
          url: BuiltValueNullFieldError.checkNotNull(url, 'Friend', 'url'),
          username: BuiltValueNullFieldError.checkNotNull(
              username, 'Friend', 'username'),
          imageUrl: BuiltValueNullFieldError.checkNotNull(
              imageUrl, 'Friend', 'imageUrl'),
          lastOnline: BuiltValueNullFieldError.checkNotNull(
              lastOnline, 'Friend', 'lastOnline'),
          friendsSince: friendsSince);
  replace(_$result);
  return _$result;
}