findProperty method

TypeProperty findProperty(
  1. String path
)

Implementation

TypeProperty findProperty(String path) {
  return findOperation(path)!.source as TypeProperty;
}