SegmentConfiguration constructor

const SegmentConfiguration({
  1. String? expression,
})

Creates a new path segment configuration.

Implementation

const factory SegmentConfiguration({
  String? expression,
}) = _SegmentConfiguration;