getValue method

  1. @override
num? getValue(
  1. C category
)
override

Get value of the specified category. category the pie category.

Implementation

@override
num? getValue(C category) => _data[category];