rfidProcessingScreenResultLabel property

Font? rfidProcessingScreenResultLabel

Implementation

Font? get rfidProcessingScreenResultLabel => _rfidProcessingScreenResultLabel;
void rfidProcessingScreenResultLabel=(Font? val)

Implementation

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