CheckpointEmbedded constructor

CheckpointEmbedded({
  1. Person? createdBy,
})

Returns a new CheckpointEmbedded instance.

Implementation

CheckpointEmbedded({
  this.createdBy,
});