Conversation.fromJson constructor

Conversation.fromJson(
  1. Map<String, dynamic> j
)

Implementation

factory Conversation.fromJson(Map<String, dynamic> j) => Conversation(id: j['id'] as String);