PertsnErrorInfo constructor

PertsnErrorInfo({
  1. required String codigo,
  2. required PertsnErrorType tipo,
  3. required PertsnErrorCategory categoria,
  4. required String descricao,
  5. required String solucao,
})

Implementation

PertsnErrorInfo({
  required this.codigo,
  required this.tipo,
  required this.categoria,
  required this.descricao,
  required this.solucao,
});