mdlProcessingScreenResultLabel property

Font? get mdlProcessingScreenResultLabel

Implementation

Font? get mdlProcessingScreenResultLabel => _mdlProcessingScreenResultLabel;
set mdlProcessingScreenResultLabel (Font? val)

Implementation

set mdlProcessingScreenResultLabel(Font? val) {
  _mdlProcessingScreenResultLabel = val;
  _set({"mdlProcessingScreenResultLabel": val?.toJson()});
}