TagserError constructor

TagserError({
  1. required int code,
  2. required String text,
})

Implementation

TagserError({
  required this.code,
  required this.text,
});