UnsupportedValueOperationError constructor

UnsupportedValueOperationError(
  1. String message
)

Implementation

UnsupportedValueOperationError(String message)
    : super('[Unsupported Value operation] $message');