Sport constructor

Sport(
  1. int id,
  2. String name
)

Implementation

Sport(this.id, this.name);