transientStatus property Null safety
final
The validity of a transient attribute as input, output or both.
If this property is non-null, the attribute is transient (not backed by a database field/column).
Implementation
final Serialize? transientStatus;