Position copyWith(void Function(Position) updates) => super.copyWith((message) => updates(message as Position));