CustomDesktopPlatforms class

Class to hold custom desktop platform selections

Constructors

CustomDesktopPlatforms({required bool windows, required bool macos, required bool linux})
const

Properties

hasAny bool
no setter
hashCode int
The hash code for this object.
no setterinherited
linux bool
final
macos bool
final
platformList List<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
windows bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited