fullName method

String fullName(
  1. Table table
)

Internal use only.

Specifies the full name of this index on a table.

Implementation

String fullName(Table table) {
  return "${table.internalName}__$name";
}