ChannelEvent.fromJson constructor Null safety

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

Implementation

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