menu
servicekit package
documentation
models/fellowship.dart
Fellowship
Fellowship constructor
Fellowship constructor
dark_mode
light_mode
Fellowship
constructor
Fellowship
(
{
required
String
name
,
required
int
xFellowship
,
})
Implementation
Fellowship({required this.name, required this.xFellowship});
servicekit package
documentation
models/fellowship
Fellowship
Fellowship constructor
Fellowship class