menu
tom_d4rt_ast package
documentation
runtime.dart
LibrarySetter
LibrarySetter.new const constructor
LibrarySetter.new const constructor
dark_mode
light_mode
LibrarySetter
constructor
const
LibrarySetter
(
String
name
,
void
setter
(
Object
?
value
), {
String
?
sourceUri
,
})
Implementation
const LibrarySetter(this.name, this.setter, {this.sourceUri});
tom_d4rt_ast package
documentation
runtime
LibrarySetter
LibrarySetter.new const constructor
LibrarySetter class