edit method Null safety

Future<Entity> edit(
  1. Entity objectToEdit
)

Edit the domain.

Implementation

Future<Entity> edit(Entity objectToEdit);