isValidMired static method

bool isValidMired(
  1. int mired
)

Returns true if the given mired is between 153 and 500 (inclusive).

"Mired" is the common name for the scientific name "Mirek".

Implementation

static bool isValidMired(int mired) => isValidMirek(mired);