AuthorChannelId.fromJson constructor

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

Implementation

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