Returns a JSON representation of EncodeData.
Map<String, dynamic> toJson() { return {'dataType': dataType, 'data': data}; }