Fellowship constructor

Fellowship({
  1. required String name,
  2. required int xFellowship,
})

Implementation

Fellowship({required this.name, required this.xFellowship});