fromJson static method

TwoColumnSlide fromJson(
  1. String json
)

Implementation

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