Convert this data type instance to a JSON object.
Map<String, dynamic> toJson() { return {"nullable": nullable, "metadata": metadata}; }