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