getValue abstract method

SingleValueCategoryModel<S, C>? getValue(
  1. S series
)

Get value of the specified categoryModel

Implementation

SingleValueCategoryModel<S, C>? getValue(S series);