Layer constructor

Layer(
  1. String displayName,
  2. RegExp pathRegex
)

Implementation

Layer(
  this.displayName,
  this.pathRegex,
);