CityListResponse constructor

CityListResponse(
  1. {String? id,
  2. String? name,
  3. String? stateId}
)

Implementation

CityListResponse({
  this.id,
  this.name,
  this.stateId,
});