YearlyStemsBranches constructor

YearlyStemsBranches({
  1. required EarthlyBranchName earthlyBranchName,
  2. required List<int> ages,
})

Implementation

YearlyStemsBranches({required this.earthlyBranchName, required this.ages});