Allows you to serialize object.
Map<String, dynamic> toJson() => { "errorLevel": errorLevel, "columns": columns, "rows": rows, }.clearNulls();