Skip to content

Commit de53cef

Browse files
committed
Fix duplicitous comment
1 parent 7970a32 commit de53cef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/src/package_meta.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,6 @@ class _FilePackageMeta extends PubPackageMeta {
380380
static final _nullableRange =
381381
VersionConstraint.parse('>=2.9.0-dev.0 <2.10.0') as VersionRange;
382382

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.
388383
@override
389384
bool get allowsNNBD {
390385
// TODO(jcollins-g): override/add to with allow list once that exists

0 commit comments

Comments
 (0)