compatibility property

  1. @TagNumber.new(29)
ModelRuntimeCompatibility get compatibility

Framework/format compatibility declarations. framework (field 5) is the canonical/preferred runtime when no explicit preferred_framework is set.

Implementation

@$pb.TagNumber(29)
ModelRuntimeCompatibility get compatibility => $_getN(27);
  1. @TagNumber.new(29)
set compatibility (ModelRuntimeCompatibility value)

Implementation

@$pb.TagNumber(29)
set compatibility(ModelRuntimeCompatibility value) => $_setField(29, value);