Gym constructor

Gym({
  1. required String name,
  2. required int id,
})

Implementation

factory Gym({required String name, required int id}) = _Gym;