FlutterGen class

Annotations
  • @JsonSerializable.new()

Constructors

FlutterGen({required String output, required int? lineLength, required bool parseMetadata, required FlutterGenImages images, required FlutterGenAssets assets, required FlutterGenFonts fonts, required FlutterGenIntegrations integrations, required FlutterGenColors colors})
const
FlutterGen.fromJson(Map json)
factory

Properties

assets → FlutterGenAssets
final
colors → FlutterGenColors
final
fonts → FlutterGenFonts
final
hashCode → int
The hash code for this object.
no setterinherited
images → FlutterGenImages
final
integrations → FlutterGenIntegrations
final
lineLength → int?
final
output → String
final
parseMetadata → bool
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
toString() → String
A string representation of this object.
inherited

Operators

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