MacOSIconGenerator class
A IconGenerator implementation for macos
- Inheritance
-
- Object
- IconGenerator
- MacOSIconGenerator
Constructors
- MacOSIconGenerator(IconGeneratorContext context)
- Creates a instance of MacOSIconGenerator
Properties
- context → IconGeneratorContext
-
Contains config
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- platformName → String
-
Name of the platform this IconGenerator is created for.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createIcons(
) → void -
Creates icons for this platform.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validateRequirements(
) → bool -
Should return
true
if this platform has all the requirements to create icons. This runs before to createIconsoverride
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited