isDart2Compatible property

bool isDart2Compatible
final

Whether it is compatible with Dart 2 SDKs.

The following conditions must be true:

  • it has an SDK constraint,
  • supports some of the >=2.0.0 <3.0.0 range,
  • does not support any of the >=3.0.0 range,

Implementation

final bool isDart2Compatible;