PlaceActionLink constructor

PlaceActionLink({
  1. String? createTime,
  2. bool? isEditable,
  3. bool? isPreferred,
  4. String? name,
  5. String? placeActionType,
  6. String? providerType,
  7. String? updateTime,
  8. String? uri,
})

Implementation

PlaceActionLink({
  this.createTime,
  this.isEditable,
  this.isPreferred,
  this.name,
  this.placeActionType,
  this.providerType,
  this.updateTime,
  this.uri,
});