menu
superdeck package
documentation
models/slide_model.dart
ImageSlideMapper
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
ImageSlide
fromJson
(
String
json
)
Implementation
static ImageSlide fromJson(String json) { return ensureInitialized().decodeJson<ImageSlide>(json); }
superdeck package
documentation
models/slide_model
ImageSlideMapper
fromJson static method
ImageSlideMapper class