notFoundGender method

String notFoundGender(
  1. String key, [
  2. Gender? gender
])

not found builder to build the not found string

Implementation

String notFoundGender(
  String key, [
  Gender? gender,
]) =>
    notFound(key);