Delegate constructor
Delegate({
- required String id,
- required MemberType type,
Implementation
Delegate({
required this.id,
required this.type,
});
Delegate({
required this.id,
required this.type,
});