isTupple property

bool get isTupple

Checks if the parameter represents a tuple.

Implementation

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