kPointer constant

String const kPointer

An instance of the dart:ffi Pointer<T> class. Note: The type argument T is erased at runtime.

Implementation

static const String kPointer = 'Pointer';