operands property

  1. @override
List<SemanticContext> operands
override

Gets the operands for the semantic context operator.

@return a collection of SemanticContext operands for the operator.

@since 4.3

Implementation

@override
List<SemanticContext> get operands {
  return opnds;
}