menu
fluent_bundle package
documentation
syntax.dart
Span
Span.new const constructor
Span.new const constructor
dark_mode
light_mode
Span
constructor
const
Span
(
int
start
,
int
end
)
Creates the half-open range
start
..
end
.
Implementation
const Span(this.start, this.end);
fluent_bundle package
documentation
syntax
Span
Span.new const constructor
Span class