Lang constructor

Lang({
  1. required String response,
  2. required String timeOut,
  3. required String errorDestination,
  4. required String errorGeneral,
  5. required String errorNetwork,
})

Implementation

Lang({
  required this.response,
  required this.timeOut,
  required this.errorDestination,
  required this.errorGeneral,
  required this.errorNetwork,
});