Approval constructor
Approval({
- ApprovalState? approvalState,
- String? userArn,
Implementation
Approval({
this.approvalState,
this.userArn,
});
Approval({
this.approvalState,
this.userArn,
});