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