getType method

String getType(
  1. String selector
)

Get the type of the value at the specified path selector.

Implementation

String getType(String selector) => get(selector).runtimeType.toString();