menu
adderlink package
documentation
adderlink.dart
ChannelMappable
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
Implementation
String toJson() { return ChannelMapper.ensureInitialized() .encodeJson<Channel>(this as Channel); }
adderlink package
documentation
adderlink
ChannelMappable
toJson method
ChannelMappable mixin