allowReassignment property

bool allowReassignment
getter/setter pair

By default it's not allowed to register a type a second time. If you really need to you can disable the asserts by settingallowReassignment= true

Implementation

bool allowReassignment = false;