FarmInfoSchema constructor
const
FarmInfoSchema({})
Implementation
const FarmInfoSchema({
this.apy,
required this.minStakeDurationS,
required this.minterAddress,
required this.nftInfos,
required this.poolAddress,
required this.rewardTokenAddress,
required this.status,
});