Transient constructor
const
Transient()
Marks a field of an Entity class so it is not stored in the database.
Implementation
const Transient();
Marks a field of an Entity class so it is not stored in the database.
const Transient();