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
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