LiveChatMessageDeletedDetails.fromJson constructor

LiveChatMessageDeletedDetails.fromJson(
  1. Map json_
)

Implementation

LiveChatMessageDeletedDetails.fromJson(core.Map json_)
  : this(deletedMessageId: json_['deletedMessageId'] as core.String?);