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