className property Null safety

String? className

The class name of the object.

Class is also called Table (in traditional relational databases) or Collection (in some NoSQL databases).

Implementation

String? get className => _data.className;