name property
The name of the index, converted to camelCase for Dart conventions.
Example: user_email_idx
becomes userEmailIdx
.
Implementation
final String name;
The name of the index, converted to camelCase for Dart conventions.
Example: user_email_idx
becomes userEmailIdx
.
final String name;