Platform<Attributes extends PlatformAttributes> constructor
const
Platform<Attributes extends PlatformAttributes> ({
- required OperatingSystem os,
- required Attributes attributes,
Creates a platform instance with the given os and platform-specific attributes.
Implementation
const Platform({required this.os, required this.attributes});