Const<T> constructor

const Const<T>(
  1. T value, [
  2. String? message
])

Implementation

const Const(this.value, [this.message]);