PointerType<T> constructor

const PointerType<T>({dynamic element})

Implementation

const PointerType({required this.element})
    : super(inlineSizeV1: 8, inlineSizeV2: 8);