create method Null safety

Future<Entity> create(
  1. Entity newObject
)

Create the domain.

Implementation

Future<Entity> create(Entity newObject);