isGinIndex property

bool get isGinIndex

Whether the index is of GIN type.

Implementation

bool get isGinIndex => type == 'gin';