wasParsed method

bool wasParsed(
  1. String key
)

Implementation

bool wasParsed(String key) => _args[key] != null;