ConversationPart.fromJson constructor

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

Implementation

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