indices property

  1. @JsonKey.new(includeIfNull: false)
List<int>? get indices
inherited

The indices of the sparse data.

Implementation

@JsonKey(includeIfNull: false)
List<int>? get indices => throw _privateConstructorUsedError;