isFieldPath static method

bool isFieldPath(
  1. String path
)

Implementation

static bool isFieldPath(String path) {
  return true;
}