EntityWithResolver constructor

const EntityWithResolver([
  1. ResolveType? getType
])

Implementation

const EntityWithResolver([ResolveType? getType])
    : getType = getType ?? TypeResolver.withoutContext,
      super();