isMulti property

bool isMulti

Whether this represents a multi-binding.

Implementation

bool get isMulti {
  final token = this.token;
  return token is OpaqueTokenElement && token.isMultiToken;
}