paramValue property

List<EventParam>? paramValue
getter/setter pair

List of EventParams.

No additional nesting/recursion is allowed.

Implementation

core.List<EventParam>? paramValue;