InstancePlatforms constructor

InstancePlatforms({
  1. required int android,
  2. required int standalonewindows,
})

Returns a new InstancePlatforms instance.

Implementation

InstancePlatforms({
  required this.android,
  required this.standalonewindows,
});