ListPlatformBranchesResult constructor

ListPlatformBranchesResult({
  1. String? nextToken,
  2. List<PlatformBranchSummary>? platformBranchSummaryList,
})

Implementation

ListPlatformBranchesResult({
  this.nextToken,
  this.platformBranchSummaryList,
});