getNested method

Props getNested(
  1. String key
)

Gets a nested Props value.

Implementation

Props getNested(String key) => Props(getMap(key));