pattern property
String
get
pattern
The pattern handled for this proxy.
This is a cleaned up version of the pattern that was passed to the constructor.
Implementation
String get pattern => _pathPrefix.isEmpty ? '~/*' : '~/$_pathPrefix/*';