YearlyStemsBranches constructor
YearlyStemsBranches({
- required EarthlyBranchName earthlyBranchName,
- required List<
int> ages,
Implementation
YearlyStemsBranches({required this.earthlyBranchName, required this.ages});