build method

  1. @override
_$PlaceReview build()
override

Builds.

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

Implementation

@override
_$PlaceReview build() {
  final _$result = _$v ??
      new _$PlaceReview._(
          authorName: authorName,
          rating: rating,
          relativeTimeDescription: relativeTimeDescription,
          time: time,
          authorUrl: authorUrl,
          profilePhotoUrl: profilePhotoUrl,
          language: language,
          text: text);
  replace(_$result);
  return _$result;
}