switchButton property

dynamic get switchButton

Implementation

ByteData? get switchButton => _switchButton;
set switchButton (dynamic val)

Implementation

set switchButton(ByteData? val) {
  _switchButton = val;
  _set({"switchButton": _dataToBase64(val)});
}