ProfileModel constructor

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

Implementation

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