NotFound constructor

const NotFound(
  1. String reason
)

Implementation

const factory NotFound(final String reason) = _$NotFound;