isCompatible property

  1. @TagNumber.new(1)
bool get isCompatible

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);
  1. @TagNumber.new(1)
set isCompatible (bool value)

Implementation

@$pb.TagNumber(1)
set isCompatible($core.bool value) => $_setBool(0, value);