NorbixError constructor
const
NorbixError({})
Implementation
const NorbixError({
required this.message,
this.code = 'NORBIX_ERROR',
this.status = 0,
this.details = const {},
this.errors = const [],
this.body,
});