runPubGetOffline property

bool runPubGetOffline
final

Whether to attempt to run pub get in offline mode during bootstrapping. Useful in closed network environments with pre-populated pubcaches.

The default is false.

Implementation

final bool runPubGetOffline;