We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7970a32 commit de53cefCopy full SHA for de53cef
lib/src/package_meta.dart
@@ -380,11 +380,6 @@ class _FilePackageMeta extends PubPackageMeta {
380
static final _nullableRange =
381
VersionConstraint.parse('>=2.9.0-dev.0 <2.10.0') as VersionRange;
382
383
- /// If the NNBD experiment is on, files in this package can
384
- /// be read as non-nullable by default.
385
- ///
386
- /// A package property, as this depends in part on the pubspec version
387
- /// constraint.
388
@override
389
bool get allowsNNBD {
390
// TODO(jcollins-g): override/add to with allow list once that exists
0 commit comments