menu
base_cod_view package
documentation
base_code_view.dart
Node
Node.new constructor
Node.new constructor
dark_mode
light_mode
Node
constructor
Node
(
{
String
?
className
,
String
?
value
,
List
<
Node
>
?
children
,
bool
noPrefix
=
false
,
})
Implementation
Node({this.className, this.value, this.children, this.noPrefix = false});
base_cod_view package
documentation
base_code_view
Node
Node.new constructor
Node class