FaresMode constructor

FaresMode({
  1. int? id,
  2. String? name,
  3. String? description,
})

Implementation

FaresMode({
  this.id,
  this.name,
  this.description,
});