paths property

  1. @override
List<String> paths
final

A list of the child paths. These can be relative (for example 'one') or absolute (for example '/tabs/one').

Example: ['/tabs/one', '/tabs/two']

Implementation

@override
final List<String> paths;