selectedStyleIsDifferent property

  1. @TagNumber(14)
bool get selectedStyleIsDifferent

Should not be overridable

Implementation

@$pb.TagNumber(14)
$core.bool get selectedStyleIsDifferent => $_getBF(13);
  1. @TagNumber(14)
set selectedStyleIsDifferent (bool value)

Implementation

@$pb.TagNumber(14)
set selectedStyleIsDifferent($core.bool value) => $_setBool(13, value);