getCType method

  1. @override
String getCType(
  1. Context context
)

Returns the C type of the Type. This is the FFI compatible type that is passed to native code.

Implementation

@override
String getCType(Context context) =>
    '${context.libs.prefix(libraryImport)}.$cType';