Policy constructor

Policy({
  1. String? days,
  2. String? type,
})

Implementation

Policy({this.days, this.type});