Invitation constructor
Invitation({
- String? name,
- String? role,
- Account? targetAccount,
- TargetLocation? targetLocation,
- String? targetType,
Implementation
Invitation({
this.name,
this.role,
this.targetAccount,
this.targetLocation,
this.targetType,
});