operationElements property

List<String> operationElements

Implementation

List<String> get operationElements => _operationElements;
void operationElements=(List<String> operationElements)

Implementation

set operationElements(List<String> operationElements) {
  _operationElements = operationElements;
  notifyListeners();
}