MacOSConfig class

The flutter_launcher_icons configuration set for MacOS

Annotations
  • @JsonSerializable(anyMap: true, checked: true)

Constructors

MacOSConfig({bool generate = false, String? imagePath})
Creates a instance of MacOSConfig
const
MacOSConfig.fromJson(Map json)
Creates WebConfig from json
factory

Properties

generate bool
Specifies weather to generate icons for macos
final
hashCode int
The hash code for this object.
no setterinherited
imagePath String?
Image path for macos
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Creates Map from WebConfig
toString() String
A string representation of this object.
override

Operators

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