toMap method
Implementation
@override
Map<String, dynamic> toMap() {
return {
"bandwidth": bandwidth.toMap(),
"executions": executions.toMap(),
"member": member.toMap(),
"realtime": realtime.toMap(),
"realtimeMessages": realtimeMessages.toMap(),
"realtimeBandwidth": realtimeBandwidth.toMap(),
"storage": storage.toMap(),
"users": users.toMap(),
"GBHours": GBHours.toMap(),
"imageTransformations": imageTransformations.toMap(),
"credits": credits.toMap(),
};
}