MessageComplete constructor

const MessageComplete({
  1. String? stopReason,
  2. String? messageId,
  3. String? model,
})

Implementation

const MessageComplete({this.stopReason, this.messageId, this.model});