SynthFileContents class
Represents contents of a file.
Constructors
- SynthFileContents({required String name, required String contents, String? description})
-
Creates a new SynthFileContents.
const
Properties
- contents → String
-
The actual contents of the file.
final
- description → String?
-
An (optional) description of what this represents.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the content or file.
final
- 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
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited