ApplyOptions constructor
const
ApplyOptions({
- required GlobalPatchOptions globalPatchOptions,
- required bool force,
Implementation
const factory ApplyOptions({
required GlobalPatchOptions globalPatchOptions,
required bool force,
}) = _ApplyOptions;