minAppVersion property
The minimum app version that can talk to this device. Phone/PC apps should compare this to their build number and if too low tell the user they must update their app
Implementation
@$pb.TagNumber(11)
$core.int get minAppVersion => $_getIZ(2);
Implementation
@$pb.TagNumber(11)
set minAppVersion($core.int value) => $_setUnsignedInt32(2, value);