PlatformBranchSummary constructor

PlatformBranchSummary({
  1. String? branchName,
  2. int? branchOrder,
  3. String? lifecycleState,
  4. String? platformName,
  5. List<String>? supportedTierList,
})

Implementation

PlatformBranchSummary({
  this.branchName,
  this.branchOrder,
  this.lifecycleState,
  this.platformName,
  this.supportedTierList,
});