DeviceV2Body constructor

const DeviceV2Body({
  1. String? displayName,
  2. String? address1,
  3. String? city,
  4. String? state,
  5. String? postalCode,
  6. String? lat,
  7. String? long,
})

Implementation

const DeviceV2Body({
  this.displayName,
  this.address1,
  this.city,
  this.state,
  this.postalCode,
  this.lat,
  this.long,
});