Static constructor

const Static(
  1. String value
)

Configuration for defining a static.

Implementation

const Static(
  this.value,
);