menu
fluent_bundle package
documentation
syntax.dart
Resource
Resource.new const constructor
Resource.new const constructor
dark_mode
light_mode
Resource
constructor
const
Resource
(
List
<
Entry
>
body
, {
Span
?
span
,
})
Wraps the parsed
body
.
Implementation
const Resource(this.body, {this.span});
fluent_bundle package
documentation
syntax
Resource
Resource.new const constructor
Resource class