menu
fluent_bundle package
documentation
syntax.dart
StringLiteral
StringLiteral.new const constructor
StringLiteral.new const constructor
dark_mode
light_mode
StringLiteral
constructor
const
StringLiteral
(
String
value
, {
Span
?
span
,
})
Wraps the raw, escape-preserved
value
.
Implementation
const StringLiteral(this.value, {this.span});
fluent_bundle package
documentation
syntax
StringLiteral
StringLiteral.new const constructor
StringLiteral class