origin method Null safety

void origin(
  1. String origin
)

Sets the default origin for all registries.

The defalt origin is the one that will be used as origin for all ownership assignments that doesn't define different origins. It should follow a reversed FQDN syntax. i.e. com.mycompany.myproduct

Implementation

void origin(String origin) => _origin = origin;