sortingOrder

@get:GeneratedBy(type = EncounterMethod::class)
val KProps<EncounterMethod>.sortingOrder: KNullablePropExpression<Int>
@get:GeneratedBy(type = Pokemon::class)
val KProps<Pokemon>.sortingOrder: KNullablePropExpression<Int>
@get:GeneratedBy(type = PokemonSpecies::class)
val KProps<PokemonSpecies>.sortingOrder: KNullablePropExpression<Int>