GlobalConfigNullable class sealed

Available extensions
Annotations
  • @freezed

Constructors

GlobalConfigNullable({bool? isolationMode, bool? enableReportSaver, String? goldenDiffGitRepo, String? runOnly, String? reportSavePath})
factory
GlobalConfigNullable.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $GlobalConfigNullableCopyWith<GlobalConfigNullable>
Create a copy of GlobalConfigNullable with the given fields replaced by the non-null parameter values.
no setterinherited
enableReportSaver bool?
no setterinherited
goldenDiffGitRepo String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isolationMode bool?
no setterinherited
reportSavePath String?
no setterinherited
runOnly String?
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>
Serializes this GlobalConfigNullable to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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