PolicyList constructor

PolicyList({
  1. required int total,
  2. required List policies,
})

Implementation

PolicyList({
  required this.total,
  required this.policies,
});