Allows you to serialize object.
Map<String, dynamic> toJson() => { "data": data, "fieldType": fieldType.value, }.clearNulls();