Fellowship constructor

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

Implementation

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