menu
maas package
documentation
macro/introspect.dart
Anytype
rawType static method
rawType static method
dark_mode
light_mode
rawType
static method
Type
rawType
(
Type
any
)
Implementation
static Type rawType(Type any) { return any is Anytype ? any.raw : any; }
maas package
documentation
macro/introspect
Anytype
rawType static method
Anytype class