ErrorMessageAlternateEntity constructor

ErrorMessageAlternateEntity(
  1. String title,
  2. String? details,
  3. String code,
  4. String target,
  5. ErrorSourceEntity? source,
  6. Map<String, dynamic>? meta,
)

Implementation

ErrorMessageAlternateEntity(
    this.title, this.details, this.code, this.target, this.source, this.meta);