isLeftAssociative property
bool
get
isLeftAssociative
Is the operator be left associative.
Implementation
bool get isLeftAssociative => true;
Is the operator be left associative.
bool get isLeftAssociative => true;