Contributor constructor
const
Contributor({
- required String name,
- required ResponsibilityRole role,
- String? identifier,
Implementation
const Contributor({
required this.name,
required this.role,
this.identifier,
});