MissingOperatorOperandException class

Missing Operator Operand Exception

Thrown when an operator lacks its left or right operand.

The operator which caused the problem is stored in operator

Inheritance

Constructors

MissingOperatorOperandException(String operator)
Creates a new Missing Operator Operand Exception
const

Properties

hashCode int
The hash code for this object.
no setterinherited
operator String
The operator the error happened in
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited