create method Null safety

Future<Domain> create(
  1. Domain newObject
)

Create the domain.

Implementation

Future<Domain> create(Domain newObject);