CookieContainer.fromJson constructor
Alternate constructor that creates a CookieContainer from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory CookieContainer.fromJson(Map<String, dynamic> json) =>
_$CookieContainerFromJson(json);