indexName property

String get indexName

Implementation

String get indexName => name ?? '${columns.join('_')}_index';