ChatCallQuoteMixin$Author.fromJson constructor

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

Implementation

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