Converts a FieldsV1 instance to JSON data.
Map<String, Object> toJson() { final jsonData = <String, Object>{}; return jsonData; }