toMap method
Implementation
@override
Map<String, dynamic> toMap() {
return {
"metric": metric,
"value": value,
"time": time,
"path": path,
"method": method,
"status": status,
"resourceType": resourceType,
"resourceId": resourceId,
"countryCode": countryCode,
"userAgent": userAgent,
};
}