rfidProcessingScreenResultLabelText property

dynamic get rfidProcessingScreenResultLabelText

Implementation

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

Implementation

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