init method
registers dependencies inside of get it
Implementation
@override
_i2.FutureOr<void> init(_i1.GetItHelper gh) {
gh.lazySingleton<_i3.ArrangementMapper>(() => _i3.ArrangementMapperImpl());
gh.lazySingleton<_i4.BookingMapper>(() => _i4.BookingMapperImpl());
gh.lazySingleton<_i5.CriteriaMapper>(() => _i5.CriteriaMapperImpl());
gh.lazySingleton<_i6.CustomerMapper>(() => _i6.CustomerMapperImpl());
gh.lazySingleton<_i7.GeolocationMapper>(() => _i7.GeolocationMapperImpl());
gh.lazySingleton<_i8.InvoiceMapper>(() => _i8.InvoiceMapperImpl());
gh.lazySingleton<_i9.KeywordMapper>(() => _i9.KeyWordMapperImpl());
gh.lazySingleton<_i10.ObservationMapper>(
() => _i10.ObservationMapperImpl());
gh.lazySingleton<_i11.TopicMapper>(() => _i11.TopicMapperImpl());
gh.lazySingleton<_i12.VenueMapper>(() => _i12.VenueMapperImpl());
}