TffTaxiCompany constructor

TffTaxiCompany(
  1. String name,
  2. String phone,
  3. String type
)

Implementation

TffTaxiCompany(this.name, this.phone, this.type);