KindeError constructor
const
KindeError({
- String? message,
- String? code,
- StackTrace? stackTrace,
Implementation
const KindeError({
String? message,
String? code,
this.stackTrace,
}) : this.code = code ?? KindeErrorCode.unknown,
this.message = message ?? "";