isPureArg function

bool isPureArg(
  1. dynamic arg
)

Implementation

bool isPureArg(PureArg arg) {
  return (arg as PureArg)["Pure"] != null;
}