LoginLinkExpiredKindeError constructor

LoginLinkExpiredKindeError({
  1. String? message,
  2. required Map<Object?, Object?> details,
  3. StackTrace? stackTrace,
})

Implementation

LoginLinkExpiredKindeError({
  super.message,
  required Map<Object?, Object?> details,
  super.stackTrace,
}) : _details = details,
     super(code: KindeErrorCode.loginLinkExpired.code);