ListHoldsResponse constructor

ListHoldsResponse({
  1. List<Hold>? holds,
  2. String? nextPageToken,
})

Implementation

ListHoldsResponse({this.holds, this.nextPageToken});