isTupple property

bool isTupple

Checks if the parameter represents a tuple.

Implementation

bool get isTupple => type.startsWith("tuple");