FundAllocationModel constructor

FundAllocationModel({
  1. required String name,
  2. String? description,
  3. IconData? icon,
})

Implementation

FundAllocationModel({required this.name, this.description, this.icon});