indexes property

List<SupabaseIndexInfo> indexes
final

A list of SupabaseIndexInfo objects representing the indexes on this table.

Implementation

final List<SupabaseIndexInfo> indexes;