menu
tom_d4rt_ast package
documentation
runtime.dart
LateVariable
LateVariable.new constructor
LateVariable.new constructor
dark_mode
light_mode
LateVariable
constructor
LateVariable
(
String
_name
,
Object
?
_initializer
()?, {
bool
isFinal
=
false
,
})
Implementation
LateVariable(this._name, this._initializer, {bool isFinal = false}) : _isFinal = isFinal;
tom_d4rt_ast package
documentation
runtime
LateVariable
LateVariable.new constructor
LateVariable class