PledgeableFund.empty constructor

PledgeableFund.empty()

Implementation

factory PledgeableFund.empty() => const PledgeableFund(
  fundName: '',
  fundValue: 0.0,
  fundCode: '',
  lienEligibleUnits: 0.0,
  nav: 0.0,
  availableAmount: 0.0,
  availableUnits: 0.0,
  amcCode: '',
  schemeCode: '',
  folioNo: '',
  rtaName: '',
  enabled: false,
  active: false,
);