toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() {
  return {
    'call_cid': callCid,
    'options': options?.toJson(),
  };
}