OutputFileOptions<T> class
Options for Generators that have multiple output file types.
Specifies which file to write as well as wraps all language options.
Constructors
- OutputFileOptions({required FileType fileType, required T languageOptions})
- Constructor.
Properties
- fileType ↔ FileType
-
To specify which file type should be created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageOptions ↔ T
-
Options for specified language across all file types.
getter/setter pair
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited