NotFound constructor

const NotFound(
  1. String reason
)

Implementation

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