ApiException.network constructor
Creates a network error instance for connectivity issues.
Used when the device cannot connect to the server due to network connectivity problems.
Implementation
const factory ApiException.network({@Default('Please make sure about your connection !') String msg}) = _NetworkError;