headerBool method

bool headerBool(
  1. String key
)

Implementation

bool headerBool(String key){
  return toBoolean(header(key).toString());
}