menu
stape package
documentation
extensions/dart/object.dart
ObjectExt
instanceOf method
instanceOf method
dark_mode
light_mode
instanceOf
method
bool
instanceOf
(
Type
type
)
Implementation
bool instanceOf(Type type) { var runtimeType = this.runtimeType; return runtimeType == type; }
stape package
documentation
extensions/dart/object
ObjectExt
instanceOf method
ObjectExt extension on
Object
?