type property

int? type
final

Optional concrete type for this parameter

If present, indicates the concrete type used for this parameter. If null, the parameter is still generic.

Implementation

final int? type;