isChildren static method

bool isChildren(
  1. String extractType
)

Implementation

static bool isChildren(String extractType) { return extractType == extractChildren; }