toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"id": id,
"title": title,
"amount": amount,
"simType": simType,
"duration": duration,
"offerCode": offerCode,
"packageDType": packageDType,
"capacity": capacity,
};