WhiteSpace constructor

const WhiteSpace(
  1. String value
)

Creates a white-space value.

Implementation

const WhiteSpace(this.value);