toJson method

Map<String, Object?> toJson()

Serializes to the format consumed by the site and the MCP server.

Implementation

Map<String, Object?> toJson() => <String, Object?>{'en': en, 'pt': pt};