MLiteral<T> constructor

const MLiteral<T>(
  1. T value
)

Implementation

const MLiteral(this.value);