SegmentConfiguration constructor
const
SegmentConfiguration({
- String? expression,
Creates a new path segment configuration.
Implementation
const factory SegmentConfiguration({
String? expression,
}) = _SegmentConfiguration;