getValue method

  1. @override
T getValue(
  1. int index
)
override

Value of the indicator for the given index.

Implementation

@override
T getValue(int index) => createResult(
      index: index,
      quote: entries[index].open,
    );