getValue method

double? getValue()

Implementation

double? getValue() {
  return totalSpan;
}