addFixnumPackageDep property

bool get addFixnumPackageDep
inherited

Adds the 'fixnum' package as a dependency to the package-under-test.

This allows package:fixnum/fixnum.dart imports to resolve.

Implementation

bool get addFixnumPackageDep => false;