name property

String name
final

The name of the index, converted to camelCase for Dart conventions. Example: user_email_idx becomes userEmailIdx.

Implementation

final String name;