SectionCity constructor
SectionCity({
- String? letter,
- List<
AddressNode> ? data,
Implementation
SectionCity({
this.letter,
this.data,
});
SectionCity({
this.letter,
this.data,
});