AutobotConfig class

Mixed-in types
Available extensions

Constructors

AutobotConfig.new({required String taskDir})

Properties

copyWith AutobotConfigCopyWith<AutobotConfig>

Available on AutobotConfig, provided by the AutobotConfigMapperExtension extension

no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskDir String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toJson() String

Available on AutobotConfig, provided by the AutobotConfigMapperExtension extension

toMap() Map<String, dynamic>
inherited
toMap() Map<String, dynamic>

Available on AutobotConfig, provided by the AutobotConfigMapperExtension extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromFileOrNull(String filePath) AutobotConfig?