ScatterFundData constructor
ScatterFundData({})
Implementation
ScatterFundData({
required this.color,
required this.fundId,
required this.fundName,
required this.fundWeight,
required this.fundRadius,
required this.annualReturn,
required this.annualVolatility,
});