CreateFeature class

Constructors

CreateFeature()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createNewFeature(String featureName) Future<void>
diGetterFileUpdate({String nameOfFeature = kWhitespaces, String pascalCase = kWhitespaces}) Future<void>
update di getter file
injectionContainerFileUpdate({String nameOfFeature = kWhitespaces, String pascalCase = kWhitespaces}) Future<void>
update injection container file
mockDiGetterFileUpdate({String nameOfFeature = kWhitespaces, String pascalCase = kWhitespaces}) Future<void>
update mock di getter file
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prodDiGetterFileUpdate({String nameOfFeature = kWhitespaces, String pascalCase = kWhitespaces}) Future<void>
update prod di getter file
toString() String
A string representation of this object.
inherited

Operators

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