securityValues top-level property
Implementation
var securityValues = EnumConverter({
'lamf': InvestmentType.mutualFund,
'las': InvestmentType.shares,
'laip': InvestmentType.insurancePolicy,
});
var securityValues = EnumConverter({
'lamf': InvestmentType.mutualFund,
'las': InvestmentType.shares,
'laip': InvestmentType.insurancePolicy,
});