$PathSegment constructor

$PathSegment({
  1. String? key,
})

Implementation

$PathSegment({
  this.key,
});