toString abstract method
override
Returns the formatted string representation of the cookie. The string representation can be used for setting the Cookie or 'set-cookie' headers
Implementation
String toString();
toString method - Cookie class - dart:io library
override
Returns the formatted string representation of the cookie. The string representation can be used for setting the Cookie or 'set-cookie' headers
String toString();