FloatValueNode constructor
const
FloatValueNode({
- required String value,
- FileSpan? span,
Implementation
const FloatValueNode({
required this.value,
FileSpan? span,
}) : super(span);