fromJson static method

SectionsSlide fromJson(
  1. String json
)

Implementation

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