ParserMessageEntity<T> constructor

ParserMessageEntity<T>(
  1. String target,
  2. ErrorSource? source,
  3. String code, {
  4. T? title,
  5. Map<String, dynamic>? meta,
})

Implementation

ParserMessageEntity(
    this.target,
    this.source,
    this.code, {
      this.title,
      this.meta,
    });