ParserMessageEntity<T> constructor
ParserMessageEntity<T> (
- String target,
- ErrorSource? source,
- String code, {
- T? title,
- Map<
String, dynamic> ? meta,
Implementation
ParserMessageEntity(
this.target,
this.source,
this.code, {
this.title,
this.meta,
});