Map<String, dynamic> toJson() { final autoEnable = this.autoEnable; return { 'autoEnable': autoEnable, }; }