We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446e906 commit b0f63e6Copy full SHA for b0f63e6
README.md
@@ -23,7 +23,7 @@ To create a mapping between two types, declare a mapper class like this:
23
@Mapper()
24
abstract class CarMapper {
25
26
- static final CarMapper INSTANCE = CarMapperImpl();
+ static CarMapper get INSTANCE => CarMapperImpl();
27
28
CarDto carToCarDto(Car car);
29
0 commit comments