path property

List<String> get path

The path to the object that had the error.

Implementation

List<String> get path => (_value[Keys.path] as List).cast<String>();