name property

String? name
final

The kind name used when saving objects to datastore.

If null the name will be the same as the class name at which the annotation is placed.

Implementation

final String? name;