menu
epubx_fable package
documentation
epubx_fable.dart
Image
hasExtraChannel method
hasExtraChannel method
dark_mode
light_mode
hasExtraChannel
method
bool
hasExtraChannel
(
String
name
)
Implementation
bool hasExtraChannel(String name) => extraChannels != null && extraChannels!.containsKey(name);
epubx_fable package
documentation
epubx_fable
Image
hasExtraChannel method
Image class