ListParentsResponse constructor

ListParentsResponse({
  1. String? nextToken,
  2. List<Parent>? parents,
})

Implementation

ListParentsResponse({
  this.nextToken,
  this.parents,
});