nums property

List<num> nums
final

List of numbers containing the values to be represented.

A negative value will not be taken into account in the representation

nums: [100, 200, 80, 160, 40]

Implementation

final List<num> nums;