isCompatible property
Mirrors the existing struct fields so SDKs can keep using the same field names; populated from rac_model_compatibility_result_t.
Implementation
@$pb.TagNumber(1)
$core.bool get isCompatible => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set isCompatible($core.bool value) => $_setBool(0, value);