BusAgency constructor
Implementation
BusAgency({
this.agencyId,
this.agencyName,
this.agencyUrl,
this.agencyTimezone,
this.agencyLang,
this.agencyPhone,
this.agencyFareUrl,
this.agencyEmail
});
BusAgency({
this.agencyId,
this.agencyName,
this.agencyUrl,
this.agencyTimezone,
this.agencyLang,
this.agencyPhone,
this.agencyFareUrl,
this.agencyEmail
});