getPath method

List<String> getPath(
  1. String key
)

Get the effective path for this setting key.

Implementation

List<String> getPath(String key) => path ?? key.split('.');