isMissing property

  1. @JsonKey(name: 'm')
bool isMissing
final

Missing modules are created if a module depends on another non-existent module.

We want to report these errors lazily to allow for builds to succeed if it won't actually impact any apps negatively.

Implementation

@JsonKey(name: 'm')
final bool isMissing;