constantClass property

bool constantClass
final

The generate class will be a constant class.

If true then all column become read only and corresponded field will be generate with final keyword. The save and delete will method will be generated however update method will be ignored. By default, generator will not generate a constant class and field at is not readonly field will have setter and getter access generated.

Implementation

final bool constantClass;