FeatureNetworkException constructor

FeatureNetworkException({
  1. required String code,
  2. required String message,
})

Implementation

FeatureNetworkException({
  required this.code,
  required this.message,
});