GlobalConfigNullable class
- Available extensions
- Annotations
-
- @freezed
Constructors
- GlobalConfigNullable({bool? isolationMode, bool? enableReportSaver, String? goldenDiffGitRepo})
-
factory
-
GlobalConfigNullable.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $GlobalConfigNullableCopyWith<
GlobalConfigNullable> -
no setterinherited
- enableReportSaver → bool?
-
no setterinherited
- goldenDiffGitRepo → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isolationMode → bool?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
merge(
GlobalConfigNullable other) → GlobalConfigNullable -
Available on GlobalConfigNullable, provided by the ExtGlobalConfigNullable extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toConfig(
) → GlobalConfig -
Available on GlobalConfigNullable, provided by the ExtGlobalConfigNullable extension
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
parse(
{required List< String> ? args, required bool headlessMode}) → Future<GlobalConfig> -
parseArgs(
List< String> args) → GlobalConfigNullable -
parseConfigFile(
) → Future< GlobalConfigNullable> -
parseEnvironment(
) → GlobalConfigNullable -
parseHeadlessMode(
) → GlobalConfigNullable