select<T> method

T? select<T>(
  1. String path
)

Implementation

T? select<T>(String path) {
  return selectFrom(this, path);
}