UnsupportedOperationException constructor
const
UnsupportedOperationException(})
Implementation
const UnsupportedOperationException(
super.message, {
super.code = 'P5001',
super.originalError,
super.context,
this.operation,
this.provider,
});