InvalidMutabilityException constructor

const InvalidMutabilityException({
  1. String? message,
})

Exception thrown whenever we attempt to mutate frozen objects.

Implementation

const InvalidMutabilityException({super.message});