SupportedPlatform constructor

SupportedPlatform({
  1. String? name,
})

Implementation

SupportedPlatform({
  this.name,
});