RubyHeredoc constructor
RubyHeredoc({})
Implementation
RubyHeredoc({
List<int>? word,
this.endWordIndentationAllowed = false,
this.allowsInterpolation = false,
this.started = false,
}) : word = word ?? <int>[];