PlacePatch constructor

PlacePatch({
  1. ExternalServicePatchAddress? address,
  2. String? branchCode,
  3. String? description,
  4. String? name,
})

Returns a new PlacePatch instance.

Implementation

PlacePatch({
  this.address,
  this.branchCode,
  this.description,
  this.name,
});