fromJson static method
Implementation
static SectionsSlide fromJson(String json) {
return ensureInitialized().decodeJson<SectionsSlide>(json);
}
static SectionsSlide fromJson(String json) {
return ensureInitialized().decodeJson<SectionsSlide>(json);
}