toJson method
Implementation
Map<String, dynamic> toJson() => {
'fund_name': fundName,
'fund_value': fundValue,
'fund_code': fundCode,
'lienEligibleUnits': lienEligibleUnits,
'nav': nav,
'availableAmount': availableAmount,
'availableUnits': availableUnits,
'amcCode': amcCode,
'schemeCode': schemeCode,
'folioNo': folioNo,
'rtaName': rtaName,
};