toMap method
Converts instance to a map.
Implementation
Map<String, dynamic> toMap() {
return {
"hasGesture": hasGesture,
"headers": headers,
"isForMainFrame": isForMainFrame,
"isRedirect": isRedirect,
"method": method,
"url": url.toString(),
};
}