toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"reserve": reserve,
"serverDateTime": serverDateTime,
"status": status,
"code": code,
"message": message,
"mciTopup": mciTopup,
"mtn": mtn,
"rightel": rightel,
"shatel": shatel,
"mciInternet": mciInternet,
};