googlePlaceId property

  1. @override
String? get googlePlaceId
override

Property getter and setter for googlePlaceId:

Implementation

@override
String? get googlePlaceId => _googlePlaceId;
  1. @override
set googlePlaceId (String? googlePlaceId)
override

Implementation

@override
set googlePlaceId(String? googlePlaceId) {
  this._googlePlaceId = googlePlaceId;
  wrapped['googlePlaceId'] = jsonLiteral(googlePlaceId);
}