Mention.fromJson constructor

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

Implementation

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