PlansModel constructor

PlansModel({
  1. int? totalcount,
  2. List<Datum>? data,
})

Implementation

PlansModel({this.totalcount, this.data});