rfidProcessingScreenProgressLabel property

Font? get rfidProcessingScreenProgressLabel

Implementation

Font? get rfidProcessingScreenProgressLabel =>
    _rfidProcessingScreenProgressLabel;
set rfidProcessingScreenProgressLabel (Font? val)

Implementation

set rfidProcessingScreenProgressLabel(Font? val) {
  _rfidProcessingScreenProgressLabel = val;
  _set({"rfidProcessingScreenProgressLabel": val?.toJson()});
}