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