menu
proto_x_gen package
documentation
generator/dart/dart.dart
StringLiteral
StringLiteral.new const constructor
StringLiteral.new const constructor
dark_mode
light_mode
StringLiteral
constructor
const
StringLiteral
(
String
value
, {
String
quotes
=
"'"
,
bool
raw
=
false
,
bool
escape
=
true
,
})
Implementation
const StringLiteral( this.value, { this.quotes = "'", this.raw = false, this.escape = true, });
proto_x_gen package
documentation
generator/dart/dart
StringLiteral
StringLiteral.new const constructor
StringLiteral class