菜单
Dart
dart:ffi
Pointer
<
T extends NativeType
>
cast<
U extends NativeType
> 方法
cast
dark_mode
light_mode
描述
cast<
U extends NativeType
>
方法
Pointer
<
U
>
cast
<
U extends NativeType
>(
)
转换指针
到指针
。
实现
external Pointer<U> cast<U extends NativeType>();
Dart
dart:ffi
Pointer
<
T extends NativeType
>
cast<
U extends NativeType
> 方法
指针类
Cookie管理控件