rfidProcessingScreenResultLabelText property

Color get rfidProcessingScreenResultLabelText

Implementation

Color get rfidProcessingScreenResultLabelText =>
    _rfidProcessingScreenResultLabelText;
set rfidProcessingScreenResultLabelText (Color val)

Implementation

set rfidProcessingScreenResultLabelText(Color val) {
  _rfidProcessingScreenResultLabelText = val;
  _set({"rfidProcessingScreenResultLabelText": _intFromColor(val)});
}