ChatTyping.fromJson constructor

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

Implementation

factory ChatTyping.fromJson(Map<String, dynamic> json) =>
    ChatTyping(json['contactId']);