AuthenticationNetworkError.fromJson constructor
Alternate constructor that creates a AuthenticationNetworkError from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory AuthenticationNetworkError.fromJson(Map<String, dynamic> json) {
return AuthenticationNetworkErrorImpl.fromJson(json);
}