isSparse property

bool get isSparse

Whether this has the @sparse trait.

Implementation

bool get isSparse => hasTrait<SparseTrait>();