SendZhipuAIMessageRestEvent constructor

const SendZhipuAIMessageRestEvent({
  1. @required String? json,
})

Implementation

const SendZhipuAIMessageRestEvent({@required this.json}) : super();