TffCity constructor

TffCity(
  1. String status,
  2. String name,
  3. String fullName,
  4. String handle,
  5. String locale,
  6. double distance,
  7. String howFound,
)

Implementation

TffCity(
  this.status,
  this.name,
  this.fullName,
  this.handle,
  this.locale,
  this.distance,
  this.howFound,
);