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