ManagedAttributeDescription.transient constructor Null safety
- ManagedEntity entity,
- String name,
- ManagedType type,
- Type declaredType,
- Serialize? transientStatus,
- {ResponseKey? responseKey}
Implementation
ManagedAttributeDescription.transient(
super.entity,
super.name,
ManagedType super.type,
Type super.declaredType,
this.transientStatus, {
super.responseKey,
}) : isPrimaryKey = false,
defaultValue = null,
super(
unique: false,
indexed: false,
nullable: false,
includedInDefaultResultSet: false,
autoincrement: false,
validators: [],
);