addFixnumPackageDep property
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;
Adds the 'fixnum' package as a dependency to the package-under-test.
This allows package:fixnum/fixnum.dart imports to resolve.
bool get addFixnumPackageDep => false;