isSetValue static method

bool isSetValue(
  1. String applyType
)

Implementation

static bool isSetValue(String applyType) { return applyType == applySetValue; }