AuthScreensCreateCommand class
- Inheritance
- Mixed-in types
Constructors
- AuthScreensCreateCommand.new({required Validations? validations})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectName → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validations → Validations?
-
finalinherited
Methods
-
checkDirectoryExist(
String path) → Future< bool> -
inherited
-
checkFileExist(
String path) → Future< bool> -
inherited
-
createDirectory(
String path) → Future< void> -
inherited
-
execute(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readFile(
String path) → Future< String> -
inherited
-
requiredValidate(
) → bool -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
writeFile(
{required String path, required String content, String? screenName}) → Future< void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited