toJson method
Convert the Part content to json format.
Implementation
Object toJson() => {
if (isThought case final isThought?) 'thought': isThought,
if (_thoughtSignature case final thoughtSignature?)
'thoughtSignature': thoughtSignature,
};