converter property Null safety

GeneralConverter<Domain, Entity> converter
read / write

Converter of this repo, hadler of transaction domain <==> entity

Implementation

GeneralConverter<Domain, Entity> converter;