screenRoute property

List<String> screenRoute
final

route in json, ex: { "a" : { "b" : "value" } }

to get only "b" I pass: 'a', 'b'

Implementation

final List<String> screenRoute;