JacobiError constructor

const JacobiError(
  1. String message, {
  2. Map<String, dynamic>? details,
})

Implementation

const JacobiError(super.message, {super.details});