TError constructor

const TError({
  1. String? message,
  2. Map<String, List<String>>? errors,
})

Implementation

const TError({
  this.message,
  this.errors,
});