PindoError constructor

const PindoError({
  1. String? message,
  2. int? statusCode,
  3. String? type,
  4. StackTrace? stackTrace,
})

Implementation

const PindoError({this.message, this.statusCode, this.type, this.stackTrace});