toJson abstract method
Serializes the part to a JSON map.
The returned map must contain a key matching typeKey with a unique string identifier for the part type. See defaultPartConverterRegistry for default part types.
Implementation
Map<String, Object?> toJson();