Map<String, dynamic> toJson() { return { if (readOnly != null) 'readOnly': readOnly, if (autosubmit != null) 'autosubmit': autosubmit, }; }