ConversationSource.fromJson constructor

ConversationSource.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ConversationSource.fromJson(Map<String, Object?> json) =>
    _$ConversationSourceFromJson(json);