hasInput method

bool hasInput(
  1. String key
)

Checks if input key exists

Implementation

bool hasInput(String key) => _input.has(key);