isTupple property
bool
get
isTupple
Checks if the parameter represents a tuple.
Implementation
bool get isTupple => type.startsWith('tuple');
Checks if the parameter represents a tuple.
bool get isTupple => type.startsWith('tuple');