ScaffoldFile class

Represents a file to be scaffolded

Constructors

ScaffoldFile({required String path, required String content, String? successMessage})
const

Properties

content String
The content to write to the file
final
hashCode int
The hash code for this object.
no setterinherited
path String
The path where the file will be created
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successMessage String?
Optional success message to display after creation
final

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