ChatCallMixin$Author.fromJson constructor

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

Implementation

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