Approval constructor
Approval({})
Implementation
Approval({
this.approvalId,
this.completeTime,
this.createTime,
this.dueTime,
this.initiator,
this.kind,
this.modifyTime,
this.reviewerResponses,
this.status,
this.targetFileId,
});