WorkspaceLockConfig class final

Typed lock configuration. No default profiles are introduced here: when a lock: section is present, profiles must be explicit and non-empty (enforced in discovery validation). The four-profile [pullRequest, merge, release, nightly] default lives only in onboarding presets (init_preset.dart), never in parsing.

Constructors

WorkspaceLockConfig({String? directory, List<String> profiles = const [], bool? requireCleanGeneration, Map<String, Object?> extensions = const {}})
const
WorkspaceLockConfig.fromMap(Map<Object?, Object?> value)
factory

Properties

directory String?
final
extensions Map<String, Object?>
final
hashCode int
The hash code for this object.
no setterinherited
profiles List<String>
final
requireCleanGeneration bool?
final
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
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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