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