isTap static method

bool isTap(
  1. String applyType
)

Implementation

static bool isTap(String applyType) { return applyType == applyTap; }