name property

String? name
final

Index name that is defined by the name parameter of @index directive in a model schema. This will always be null when the index is representing @primaryKey directive.

Implementation

final String? name;