create method Null safety

Entity create(
  1. Entity newObject
)

Create the domain.

Implementation

Entity create(Entity newObject);