$Layer constructor

$Layer({
  1. String? arguments,
  2. String? directive,
})

Implementation

$Layer({
  this.arguments,
  this.directive,
});