path property

List<Object?>? path
getter/setter pair

The path under response.data where the rest of the fields apply.

Each element may be a string (field name) or number (array index). The root of response.data is denoted by the empty list [].

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.List<core.Object?>? path;