Property getter and setter for googlePlaceId:
@override String? get googlePlaceId => _googlePlaceId;
@override set googlePlaceId(String? googlePlaceId) { this._googlePlaceId = googlePlaceId; wrapped['googlePlaceId'] = jsonLiteral(googlePlaceId); }