BaseVars class

Implemented types
Implementers
Annotations
  • @JsonSerializable()

Constructors

BaseVars({String? projectName, String? description, List<String>? dependencies, List<String>? flutterConfig, List<String>? gitignore})
BaseVars.fromJson(Map<String, dynamic> json)
factory

Properties

dependencies List<String>?
A yaml map of the flutter dependencies Formatted lines as they would appear in pubspec.yaml The map under 'dependencies:' in pubspec.yaml
getter/setter pair
description String?
The Flutter project description
getter/setter pair
flutterConfig List<String>?
A yaml map of the flutter config Formatted lines as they would appear in pubspec.yaml The map under 'flutter:' in pubspec.yaml
getter/setter pair
gitignore List<String>?
Additional glob patterns to include in the .gitignore
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
projectName String?
The Flutter projectName
getter/setter pair
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>
override
toString() String
A string representation of this object.
inherited

Operators

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