fromJson static method

ImageSlide fromJson(
  1. String json
)

Implementation

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