@Equatable @Dart(PositionalDefaults) struct Waypoint { . . . min_course_distance_in_meters: Int? = null } In this case, both the Swift and Dart code are backward compatible, whereas the Java code is ...