InternetFailure constructor

const InternetFailure({
  1. required String error,
})

Implementation

const InternetFailure({required this.error});