fgColor property
@optional
@description The Hexadecimal foreground (text) color for UI rendering. Used to visually distinguish codes in dashboards or lists.
@example "#FFFFFF"
@regex "^#0-9a-fA-F{6}$"
@format Must be a 6-digit hex code starting with #.
Implementation
@$pb.TagNumber(12)
$core.String get fgColor => $_getSZ(4);
Implementation
@$pb.TagNumber(12)
set fgColor($core.String value) => $_setString(4, value);