menu
jetleaf_lang package
documentation
lang.dart
LinkDeclaration
getPointerType abstract method
getPointerType abstract method
dark_mode
light_mode
getPointerType
abstract method
Type
getPointerType
(
)
Gets the base pointer type being referenced.
Returns:
The raw
Type
without type arguments
For
List<String>
returns
List
Implementation
Type getPointerType();
jetleaf_lang package
documentation
lang
LinkDeclaration
getPointerType abstract method
LinkDeclaration class