ListTrailsResponse constructor

ListTrailsResponse({
  1. String? nextToken,
  2. List<TrailInfo>? trails,
})

Implementation

ListTrailsResponse({
  this.nextToken,
  this.trails,
});