ApplyOptions constructor

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

Implementation

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