sparseValues property

  1. @JsonKey.new(includeIfNull: false)
SparseVector? get sparseValues
inherited

Vector sparse data.

Implementation

@JsonKey(includeIfNull: false)
SparseVector? get sparseValues => throw _privateConstructorUsedError;