CreateFeature class

Inheritance

Constructors

CreateFeature()

Properties

args List<String>
getter/setter pairinherited
children List<Command>
no setterinherited
commandName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

blueLog(String text) → void
inherited
excecute() Future<void>
override
greenLog(String text) → void
inherited
isFeatureExist(String featureName, String arch) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redLog(String text) → void
inherited
toString() String
A string representation of this object.
inherited
yellowLog(String text) → void
inherited

Operators

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

Static Properties

featureName String
getter/setter pair