isMulti property
bool
get
isMulti
Whether this represents a multi-binding.
Implementation
bool get isMulti {
final token = this.token;
return token is OpaqueTokenElement && token.isMultiToken;
}
Whether this represents a multi-binding.
bool get isMulti {
final token = this.token;
return token is OpaqueTokenElement && token.isMultiToken;
}