KAuthError constructor
const
KAuthError({})
Implementation
const KAuthError({
required this.code,
required this.message,
this.hint,
this.docs,
this.details,
this.originalError,
});
const KAuthError({
required this.code,
required this.message,
this.hint,
this.docs,
this.details,
this.originalError,
});