PubGetOptions constructor

const PubGetOptions({
  1. required GlobalPubOptions globalPubOptions,
  2. required bool offline,
  3. required bool dryRun,
  4. required bool enforceLockfile,
  5. required bool precompile,
})

Implementation

const factory PubGetOptions({
  required GlobalPubOptions globalPubOptions,
  required bool offline,
  required bool dryRun,
  required bool enforceLockfile,
  required bool precompile,
}) = _PubGetOptions;