toJson method

Object toJson()

Convert the Part content to json format.

Implementation

Object toJson() => {
      if (isThought case final isThought?) 'thought': isThought,
      if (_thoughtSignature case final thoughtSignature?)
        'thoughtSignature': thoughtSignature,
    };