PyArgument.listInt constructor

const PyArgument.listInt(
  1. Int64List field0
)

Implementation

const factory PyArgument.listInt(
  Int64List field0,
) = PyArgument_ListInt;