path method

dynamic path(
  1. String path
)

Implementation

dynamic path(String path) {
  final f = path.toFieldName();
  return f != null ? getField(f) : null;
}