SectionCity constructor

SectionCity({
  1. String? letter,
  2. List<AddressNode>? data,
})

Implementation

SectionCity({
  this.letter,
  this.data,
});