GenericPlatformDetails constructor

GenericPlatformDetails({
  1. String? location,
})

Implementation

GenericPlatformDetails({
  this.location,
});