matchesVersion property
Whether the Dashboard is certain the firmware matches the right version.
Implementation
bool get matchesVersion => supportedVersion.isCompatible(version);
Whether the Dashboard is certain the firmware matches the right version.
bool get matchesVersion => supportedVersion.isCompatible(version);