PlatformContext constructor

PlatformContext({
  1. List<String>? platforms,
})

Implementation

PlatformContext({
  this.platforms,
});