FlutterGen class
- Annotations
- 
    - @JsonSerializable.new()
 
Constructors
- FlutterGen({required String output, required int lineLength1, required int lineLength0, required bool nullSafety, required FlutterGenAssets assets, required FlutterGenFonts fonts, required FlutterGenIntegrations integrations, required FlutterGenColors colors})
- 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
- integrations → FlutterGenIntegrations
- 
  
  final
- lineLength → int
- 
  
  no setter
- lineLength0 → int
- 
  
  final
- lineLength1 → int
- 
  
  final
- nullSafety → bool
- 
  
  final
- output → String
- 
  
  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