MessageSingleResponse constructor

MessageSingleResponse({
  1. String? id,
  2. int? createdAt,
  3. List<MessageResponseData>? data,
  4. String? integrationId,
  5. String? recipientId,
  6. String? senderId,
  7. String? sessionUuid,
  8. String? type,
})

Implementation

MessageSingleResponse(
    {this.id,
    this.createdAt,
    this.data,
    this.integrationId,
    this.recipientId,
    this.senderId,
    this.sessionUuid,
    this.type});