ChatResponseDtoLastChatMessage.fromJson constructor

ChatResponseDtoLastChatMessage.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ChatResponseDtoLastChatMessage.fromJson(Map<String, dynamic> json) =>
    _$ChatResponseDtoLastChatMessageFromJson(json);