Serialize back to the wire shape. Round-trips raw verbatim so any keys this layer does not model are preserved.
Map<String, dynamic> toJson() => Map<String, dynamic>.from(raw);