BatchDeleteConversationsRequest.fromJson constructor
BatchDeleteConversationsRequest.fromJson(
- Map json_
Implementation
BatchDeleteConversationsRequest.fromJson(core.Map json_)
: this(
conversations: (json_['conversations'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);