matchesVersion property

bool get matchesVersion

Whether the Dashboard is certain the firmware matches the right version.

Implementation

bool get matchesVersion => supportedVersion.isCompatible(version);