SectionLocationData.fromJson constructor

SectionLocationData.fromJson(
  1. String source
)

Implementation

factory SectionLocationData.fromJson(String source) =>
    SectionLocationData.fromMap(
      json.decode(source),
    );