NetworkException constructor

const NetworkException(
  1. String message, [
  2. String? details
])

Implementation

const NetworkException(super.message, [super.details]);