ChannelMix.fromJson constructor

ChannelMix.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ChannelMix.fromJson(Map<String, Object?> json) => _$ChannelMixFromJson(json);