SharedOptions class

Constructors

SharedOptions({required List<String> libPaths, required List<String> assetPaths, required String dustbinPath, required String listPath, required String configPath, required Map<String, String?> nameReplaces, required List<String> excludePaths, required FormatType? formatType})
SharedOptions.create(ArgResults? argResults)
factory
SharedOptions.defaults()
factory
SharedOptions.formARG(ArgResults? argResults)
factory
SharedOptions.formJSON(Map? json)
factory

Properties

assetPaths List<String>
final
configPath String
final
dustbinPath String
final
excludePaths List<String>
final
findAssetPaths Future<List<String>>
no setter
findLibPaths Future<List<String>>
no setter
formatType FormatType?
final
hashCode int
The hash code for this object.
no setterinherited
libPaths List<String>
final
listPath String
final
nameReplaces Map<String, String?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isAssetPath(String path) bool
isExcludePath(String path) bool
isLibPath(String path) bool
isListPath(String path) bool
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