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