name property
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;
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.
final String? name;