ApprovalList constructor

ApprovalList({
  1. List<Approval>? items,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

ApprovalList({this.items, this.kind, this.nextPageToken});