MessageAuthor.fromJson constructor

MessageAuthor.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory MessageAuthor.fromJson(Map<String, dynamic> json) =>
    _$MessageAuthorFromJson(json);