FreeTrial constructor

FreeTrial({
  1. bool? enabled,
  2. int? duration,
})

Implementation

FreeTrial({this.enabled, this.duration});