copyWith method
Implementation
PedestrianInstructionIndoorEnter copyWith({
LevelId? levelId
}) {
return PedestrianInstructionIndoorEnter(
levelId ?? this.levelId
);
}
PedestrianInstructionIndoorEnter copyWith({
LevelId? levelId
}) {
return PedestrianInstructionIndoorEnter(
levelId ?? this.levelId
);
}