Utf8Exception constructor

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

Implementation

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