NotModifiedException constructor

NotModifiedException(
  1. String message, {
  2. Status? status,
})

Implementation

NotModifiedException(super.message, {super.status}) : super(statusCode: 304);