VestingPoolInfo constructor
const
VestingPoolInfo({})
Implementation
const VestingPoolInfo({
this.name,
this.vestingType,
this.lockStart,
this.lockEnd,
this.withdrawable,
this.initiallyLocked,
this.currentlyLocked,
this.sentAmount,
this.reservations = const [],
});