Value<I, O> constructor
const
Value<I, O> (
- O value, [
- ParserBuilder<
I, dynamic> ? parser
Implementation
const Value(this.value, [this.parser]);