Map<String, dynamic> toJson() { final column = this.column; final sortOrder = this.sortOrder; return { 'Column': column, 'SortOrder': sortOrder, }; }