SkinAssetsGen class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
SkinAssetsGen({required String output, required int lineLength, required FlutterGenAssets assets, required FlutterGenFonts fonts, required FlutterGenIntegrations integrations, required String skinsDir, required Map<
String, List< qualifiers, required List<String> >String> qualifiersOrder}) -
const
- SkinAssetsGen.fromJson(Map json)
-
factory
Properties
- assets → FlutterGenAssets
-
final
- fonts → FlutterGenFonts
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- integrations → FlutterGenIntegrations
-
final
- lineLength → int
-
final
- output → String
-
final
-
qualifiers
→ Map<
String, List< String> > -
final
-
qualifiersOrder
→ List<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skinsDir → String
-
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