Since Phase 2 of UserDto.toJson generation was in fact completed, the UserMapper would not display compile time errors since the method declaration does exist: @Mappable(UserDto) class UserMapper { } // macro-generated augmentation augment class UserMapper { Map<String, dynamic> serialize(UserD...