NotFound constructor

const NotFound({
  1. String message,
})

Implementation

const factory NotFound({final String message}) = _$NotFound;