PatchOptions constructor

const PatchOptions({
  1. required GlobalPatchOptions globalPatchOptions,
  2. required bool force,
})

Implementation

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