InternetException constructor

InternetException({
  1. required String message,
})

Implementation

InternetException({required this.message});