LangModel constructor
LangModel({})
Implementation
LangModel({
required this.okConexion,
required this.errorConexion,
required this.generalError,
required this.redErrorConexion,
});
LangModel({
required this.okConexion,
required this.errorConexion,
required this.generalError,
required this.redErrorConexion,
});