menu
lean_builder package
documentation
type.dart
DynamicType
isDynamic property
isDynamic property
dark_mode
light_mode
isDynamic
property
@
override
bool
get
isDynamic
override
Return
true
if this type represents the type 'dynamic'
Implementation
@override bool get isDynamic => true;
lean_builder package
documentation
type
DynamicType
isDynamic property
DynamicType class