menu
fluent_bundle package
documentation
syntax.dart
Identifier
Identifier.new const constructor
Identifier.new const constructor
dark_mode
light_mode
Identifier
constructor
const
Identifier
(
String
name
, {
Span
?
span
,
})
Wraps the identifier
name
.
Implementation
const Identifier(this.name, {this.span});
fluent_bundle package
documentation
syntax
Identifier
Identifier.new const constructor
Identifier class