isSupported property

  1. @JsonKey(name: 'is')
bool isSupported
final

Whether or not this module is supported for platform.

Note that this only indicates support for the sources within this module, and not its transitive (or direct) dependencies.

Compilers can use this to either silently skip compilation of this module or throw early errors or warnings.

Modules are allowed to exist even if they aren't supported, which can help with discovering root causes of incompatibility.

Implementation

@JsonKey(name: 'is')
final bool isSupported;