pdIn constant

  1. @Deprecated('Use pdIn instead')
int const pdIn

Specifies that the parameter is passed into the method call.

Implementation

@Deprecated('Use pdIn instead')
static const pdIn = 0x0001;