ProtoException constructor

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

Implementation

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