PledgeableFund class
Constructors
-
PledgeableFund({required String fundName, required double fundValue, required String fundCode, required double lienEligibleUnits, required double nav, required double availableAmount, required double availableUnits, required String amcCode, required String schemeCode, required String folioNo, required String rtaName, double? updatedFundAmount, bool enabled = false, bool active = false})
-
const
-
PledgeableFund.empty()
-
factory
-
PledgeableFund.fromJson(Map<String, dynamic> json)
-
--- JSON Parsing Helpers ---
factory
Methods
-
copyWith({String? fundName, double? fundValue, String? fundCode, double? lienEligibleUnits, double? nav, double? availableAmount, double? availableUnits, String? amcCode, String? schemeCode, String? folioNo, String? rtaName, double? updatedFundAmount, bool? enabled, bool? active})
→ PledgeableFund
-
--- Copy helper ---
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited