isLeftAssociative property

bool get isLeftAssociative

Is the operator be left associative.

Implementation

bool get isLeftAssociative => true;