isInputType function

bool isInputType(
  1. Element elem
)

Implementation

bool isInputType(Element elem) => inputTypeAnnotation(elem) != null;