itemNotFound static method

GenericException itemNotFound({
  1. String? item,
})

Implementation

static GenericException itemNotFound({String? item}) =>
    GenericException("${item ?? 'item'} not found.");