isSparse property
bool
get
isSparse
Whether this
has the @sparse
trait.
Implementation
bool get isSparse => hasTrait<SparseTrait>();
Whether this
has the @sparse
trait.
bool get isSparse => hasTrait<SparseTrait>();