PyArgument.listStr constructor

const PyArgument.listStr(
  1. List<String> field0
)

Implementation

const factory PyArgument.listStr(
  List<String> field0,
) = PyArgument_ListStr;