ChatInfoQuoteMixin$Author.fromJson constructor

ChatInfoQuoteMixin$Author.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ChatInfoQuoteMixin$Author.fromJson(Map<String, dynamic> json) =>
    _$ChatInfoQuoteMixin$AuthorFromJson(json);