PhysicalPlatformDetails constructor

PhysicalPlatformDetails({
  1. String? location,
})

Implementation

PhysicalPlatformDetails({
  this.location,
});