TCICError constructor
const
TCICError({
- required int code,
- required TCICString desc,
Implementation
const TCICError({required this.code, required this.desc});
const TCICError({required this.code, required this.desc});