errorColorHighlightHex property

  1. @TagNumber(9)
Int64 errorColorHighlightHex

Implementation

@$pb.TagNumber(9)
$fixnum.Int64 get errorColorHighlightHex => $_getI64(8);
  1. @TagNumber(9)
void errorColorHighlightHex=(Int64 v)

Implementation

@$pb.TagNumber(9)
set errorColorHighlightHex($fixnum.Int64 v) { $_setInt64(8, v); }