Station constructor
Station({
- int? id,
- int? merchantId,
- String? stationId,
- String? name,
- String? company,
- String? managerName,
- String? managerEmail,
- String? managerPhone,
- String? ownerName,
- String? ownerEmail,
- String? ownerPhone,
- String? brand,
- String? latitude,
- String? longitude,
- String? street,
- String? city,
- String? state,
- String? zip,
- int? countryId,
- String? image,
- String? instagramUrl,
- String? twitterUrl,
- String? facebookUrl,
- int? status,
- String? createdAt,
- String? updatedAt,
- String? deletedAt,
- int? isOutOfService,
- String? openAt,
- String? closeAt,
- int? petrolPrice,
- int? kerosenePrice,
- int? dieselPrice,
- int? hr24Operation,
- String? url,
- double? averageRating,
Implementation
Station(
{this.id,
this.merchantId,
this.stationId,
this.name,
this.company,
this.managerName,
this.managerEmail,
this.managerPhone,
this.ownerName,
this.ownerEmail,
this.ownerPhone,
this.brand,
this.latitude,
this.longitude,
this.street,
this.city,
this.state,
this.zip,
this.countryId,
this.image,
this.instagramUrl,
this.twitterUrl,
this.facebookUrl,
this.status,
this.createdAt,
this.updatedAt,
this.deletedAt,
this.isOutOfService,
this.openAt,
this.closeAt,
this.petrolPrice,
this.kerosenePrice,
this.dieselPrice,
this.hr24Operation,
this.url,
this.averageRating});