RuutConversation.fromJson constructor

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

Implementation

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