TCICError constructor

const TCICError({
  1. required int code,
  2. required TCICString desc,
})

Implementation

const TCICError({required this.code, required this.desc});