fromJson static method

SectionData fromJson(
  1. String json
)

Implementation

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