rfidProcessingScreenResultLabel property
Font?
get
rfidProcessingScreenResultLabel
Implementation
Font? get rfidProcessingScreenResultLabel => _rfidProcessingScreenResultLabel;
set
rfidProcessingScreenResultLabel
(Font? val)
Implementation
set rfidProcessingScreenResultLabel(Font? val) {
_rfidProcessingScreenResultLabel = val;
_set({"rfidProcessingScreenResultLabel": val?.toJson()});
}