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