InvalidMutabilityException constructor
const
InvalidMutabilityException({
- String? message,
Exception thrown whenever we attempt to mutate frozen objects.
Implementation
const InvalidMutabilityException({super.message});