Map<String, dynamic> toJson() { final scanOnPush = this.scanOnPush; return { if (scanOnPush != null) 'scanOnPush': scanOnPush, }; }