menu
phantom package
documentation
node/node.dart
Node
$hasTraitOf static method
$hasTraitOf static method
dark_mode
light_mode
$hasTraitOf
static method
bool
$hasTraitOf
(
Type
t
,
Type
trait
)
Implementation
static bool $hasTraitOf(Type t, Type trait) => $traitsOf(t).contains(trait);
phantom package
documentation
node/node
Node
$hasTraitOf static method
Node class